home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / pcboard / bcmx120.zip / NONUV.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-06-22  |  677b  |  85 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     INTEGER001 = ReadLine(PCBDat(), 149)
  24.     GetUser
  25.     If (U_Sec == INTEGER001) Then
  26.         StartDisp 1
  27.         DispFile PPEPath() + "graph\nonuv", 1 + 4
  28.         Wait
  29.         Hangup
  30.     Endif
  31.  
  32. ;------------------------------------------------------------------------------
  33. ;
  34. ; Usage report (before postprocessing)
  35. ;
  36. ; ■ Statements used :
  37. ;
  38. ;    1       Wait
  39. ;    1       Goto 
  40. ;    1       Let 
  41. ;    1       If 
  42. ;    1       DispFile 
  43. ;    1       StartDisp 
  44. ;    1       Hangup
  45. ;    1       GetUser
  46. ;
  47. ;
  48. ; ■ Functions used :
  49. ;
  50. ;    2       +
  51. ;    1       ==
  52. ;    1       !
  53. ;    1       PCBDat()
  54. ;    1       PPEPath()
  55. ;    1       ReadLine()
  56. ;
  57. ;------------------------------------------------------------------------------
  58. ;
  59. ; Analysis flags : Bd
  60. ;
  61. ; B - Brute hangup ■ 1
  62. ;     Program hangup without notification. This may be a good way to
  63. ;     disconnect a user, but if used randomly, may be very nasty
  64. ;     ■ Search for : HANGUP, DTROFF
  65. ;
  66. ; d - Access PCBOARD.DAT ■ 2
  67. ;     Program gets the full pathname to PCBOARD.DAT, this may be usefull
  68. ;     for many PPE so they can find various informations on the system
  69. ;     (system paths, max number of lines in messages, ...) but it may also
  70. ;     be a way to gather vital informations.
  71. ;     ■ Search for : PCBDAT()
  72. ;
  73. ;------------------------------------------------------------------------------
  74. ;
  75. ; Postprocessing report
  76. ;
  77. ;    0       For/Next
  78. ;    0       While/EndWhile
  79. ;    1       If/Then or If/Then/Else
  80. ;    0       Select Case
  81. ;
  82. ;------------------------------------------------------------------------------
  83. ;                 AEGiS Corp - Break the routines, code against the machines!
  84. ;------------------------------------------------------------------------------
  85.